home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / BULLETIN / 0801B.ZIP / PHNXDOC.2 < prev    next >
Text File  |  1987-12-04  |  8KB  |  199 lines

  1.  
  2.  
  3.       PHOENIX REMOTE COMMUNICATIONS SYSTEM                  DECEMBER 4, 1987
  4.  
  5.          2.0 PHOENIX HARDWARE REQUIREMENTS
  6.  
  7.              The following are considered the minimum "Baseline" requirements
  8.              for running Phoenix:
  9.  
  10.                     A.  392K Memory
  11.                     B.  Two Disk Drives
  12.                     C.  Modem
  13.                     D.  Monitor
  14.  
  15.  
  16.          2.1 MODEMS
  17.  
  18.              Phoenix automatically determines your incoming callers' baud
  19.              rates.  In order for this to work, your modem must be able to
  20.              send NUMERIC result codes, support the Hayes Command Set, and
  21.              support DTR (Data Terminal Ready).
  22.  
  23.              The following modems have been tested to work with Phoenix and
  24.              are believed to be compatible:
  25.  
  26.  
  27.                     A.  Qubie Internal/External (made after  August 1985)
  28.                     B.  Rixon PC212A Internal/External
  29.                     C.  US Robotics Courier 2400, MicroLink 2400 & Model 312
  30.                     D.  All Hayes
  31.                     E.  Prometheus
  32.  
  33.  
  34.  
  35.          2.2  MODEM SWITCHES
  36.  
  37.              Your modem switches should be set as follows:
  38.  
  39.                     1.  DTR Normal <under software control-not always on>
  40.                     2.  Display numeric result codes
  41.                     3.  Result codes displayed
  42.                     4.  Modem does not echo commands.
  43.                     5.  Auto answer is on. <optional>
  44.                     6.  Carrier Detect is Normal <not always on>
  45.                     7.  Single phone line.
  46.                     8.  AT Command set is normal. <recognized>
  47.                     9.  Escape Code (+++) will not disconnect.
  48.  
  49.              The above settings are provided for reference only.  The numbers
  50.              and positions of your modem switches may differ. Be SURE to
  51.              consult your modem's manual for the correct settings.
  52.  
  53.          2.3  NUMERIC RESULT CODES
  54.  
  55.              Phoenix determines the baud rate of incoming calls by receiving
  56.              the numeric result code from your modem when the modem
  57.              establishes carrier detect.  Check your (Modem) owner's manual
  58.              for these numeric codes.  As space permits we will list the
  59.              codes for some of the more popular modems below.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.       PHOENIX REMOTE COMMUNICATIONS SYSTEM                  DECEMBER 4, 1987
  69.  
  70.              Note that these codes need to be placed in your Phoenix
  71.              configuration file created by CONFIG. Phoenix defaults to
  72.              the Courier 2400 or Hayes codes listed below:
  73.  
  74.                        USR COURIER 2400:     ARK 2400 :
  75.                          300  Baud #  1       300B # 11
  76.                          1200 Baud #  5      1200B #  5
  77.                          2400 Baud # 10      2400B # 10
  78.  
  79.                    additional for 4800 and 9600 Baud
  80.                          4800 Baud # 12
  81.                          9600 Baud # 13
  82.               NOTE: Although code for 9600 baud is there and usable, it
  83.                     has NOT BEEN TESTED AT ALL. If you are adventurous
  84.                     and use Phoenix at 9600, please let us know of your
  85.                     findings. We had intended to test this, but could not
  86.                     get a mfgr to loan us 2 modems within the time frame
  87.                     for this v1.0 release. We hope to test this and maybe
  88.                     place 19,200 support in as soon as we can obtain a loan
  89.                     of 2 modems (USR or FASTCOMM are you listening?).
  90.                     Therefore, in any baud rate discussions
  91.                     in this documentation, we will refer to 2400 as a
  92.                     maximum since that is the fastest rate that Phoenix
  93.                     has been tested.
  94.              NOTE: Some modems require that their "extended" result codes be
  95.              initialized before they will display different result codes for
  96.              connection between 300, 1200 and 2400 bauds.  Some Hayes modems
  97.              require an ATX1 sent to the modem.  Therefore, if you are using
  98.              this type modem, you MUST place the ATX1 command in your
  99.              MODMINIT.BBS file!  See below.
  100.  
  101.          2.4  MODEM INITIALIZATION
  102.  
  103.              Phoenix automatically sends an "ATZ" and pauses 1.5 seconds
  104.              to initialize the modem after each call. Depending on the
  105.              modem type, Phoenix will send an "ATA" if needed to answer
  106.              the phone line.
  107.              This procedure seems to work fine for most modems.  However, for
  108.              some modems that require an "extended" result mode,
  109.              this procedure will not work.  For this reason, Phoenix
  110.              allows the sysop to send a special initialization string to the
  111.              modem INSTEAD of the "ATZ" noted above.
  112.              Phoenix will look for a file called "MODMINIT.BBS" in your main
  113.              Phoenix directory.  If the file is found, Phoenix will read
  114.              each line and send that line to the modem until it encounters an
  115.              End-of-File. Note that the USR modems usually do not require
  116.              a modminit.bbs file unless you wish to turn the speaker off,
  117.              or want to keep verbal codes for your terminal program and
  118.              have Phoenix switch the modem to numeric.
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.       PHOENIX REMOTE COMMUNICATIONS SYSTEM                  DECEMBER 4, 1987
  136.  
  137.              A "MODMINIT.BBS" file might look like this:
  138.  
  139.                     ATM0    { Turns off the Speaker }
  140.                     ATH1    { Takes phone off hook during init }
  141.                             { NOTE A BLANK LINE CAUSES PHOENIX TO
  142.                               WAIT 2 SECONDS! }
  143.                     ATX1    { Turns On Some modems "Extended" result
  144.                               codes }
  145.                     ATS0=1  { Answer Modem on first ring }
  146.                             { This is needed only if you use carrier detect }
  147.                     ATV0    { Forces Numeric Result Codes }
  148.                     ATS7=30 { Set number of seconds the modem will wait
  149.                               for carrier }
  150.                     ATH0    { Turns modem speaker back on }
  151.  
  152.  
  153.  
  154.              Any legal command YOUR modem will accept will work in the
  155.              environment.  We can't stress enough that you CONSULT YOUR
  156.              MODEM'S OPERATING MANUAL to see what special commands it may
  157.              need. Taking the phone OFF HOOK is very important so that
  158.              the modem will not answer the phone while digesting its
  159.              instructions. If it is allowed to answer the phone, Phoenix
  160.              will miss the result code sent and will not respond!
  161.              Some modems require extra time to digest certain codes.
  162.              In that case, place a blank line after the code to give the
  163.              modem 2 seconds. Most use a blank after ATH1, send the rest of
  164.              their codes, give a blank line again then ATH0. It is important
  165.              to note that you must NOT put a blank line at the end of the
  166.              file as Phoenix will wait 2 seconds before getting ready for
  167.              a call, and if someone calls during that time, Phoenix will
  168.              simply not be able to proceed because the modem will have
  169.              sent the code while Phoenix is waiting the 2 seconds.
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.